home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part2 / 10251 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  793 b 

  1. Path: news.unt.edu!news
  2. From: Steve Fogoros <sfogoros@hsc.unt.edu>
  3. Newsgroups: comp.lang.c
  4. Subject: Re: ?? How to dump text files to screen ??
  5. Date: Fri, 15 Mar 1996 23:51:41 -0800
  6. Organization: University of North Texas Health Science Center
  7. Message-ID: <314A730D.7B56@hsc.unt.edu>
  8. References: <31430CE8.469E@aol2.com> <4iddva$aic@sue.cc.uregina.ca>
  9. NNTP-Posting-Host: sfogoros.hsc.unt.edu
  10. Mime-Version: 1.0
  11. Content-Type: text/plain; charset=us-ascii
  12. Content-Transfer-Encoding: 7bit
  13. X-Mailer: Mozilla 2.0 (Win16; I)
  14.  
  15. I missed one. if (argc >= 1) should be if (argc == 2). This allows 
  16. entry into the block when one and only one argument is provided on the 
  17. command line.
  18. -- 
  19. Steve Fogoros, Academic Information Coordinator
  20. University of North Texas Health Science Center
  21. sfogoros@hsc.unt.edu
  22.